| Visual Basic (Declaration) | |
|---|---|
Overloads Function SaveAsync( _ ByVal stream As Stream, _ Optional ByVal useBinaryFormat As Boolean, _ Optional ByVal onCompletedAction As Action(Of InvokeServerMethodOperation) _ ) As InvokeServerMethodOperation  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As IEntityServerFakeBackingStore Dim stream As Stream Dim useBinaryFormat As Boolean Dim onCompletedAction As Action(Of InvokeServerMethodOperation) Dim value As InvokeServerMethodOperation value = instance.SaveAsync(stream, useBinaryFormat, onCompletedAction)  | |
| C# | |
|---|---|
InvokeServerMethodOperation SaveAsync( Stream stream, bool useBinaryFormat, Action<InvokeServerMethodOperation> onCompletedAction )  | |
| C++/CLI | |
|---|---|
InvokeServerMethodOperation^ SaveAsync( Stream^ stream, bool useBinaryFormat, Action<InvokeServerMethodOperation^>^ onCompletedAction )  | |
Parameters
- stream
 - useBinaryFormat
 - onCompletedAction
 
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family